ComponentOne ASP.NET MVC Controls
ShowAlternatingRows Property

C1.Web.Mvc Namespace > FlexGridBase<T> Class : ShowAlternatingRows Property
Gets or sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
<ObsoleteAttribute("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")>
Public Overridable Property ShowAlternatingRows As Boolean
[DefaultValue(true)]
[Obsolete("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")]
public virtual bool ShowAlternatingRows {get; set;}
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members